API Documentation
TestStackLevel.h
1 // TestStackLevel.h
3 //
5 
6 namespace nkDebug
7 {
11  struct TestStackLevel final
12  {
14 
15  unsigned int _line = 0u ;
16  } ;
17 }
nkDebug::TestStackLevel::_line
unsigned int _line
The line in the source file.
Definition: TestStackLevel.h:15
nkDebug::TestStackLevel::_functionName
nkMemory::String _functionName
The function name, undecorated.
Definition: TestStackLevel.h:13
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkDebug::TestStackLevel
Holds information about a stack level.
Definition: TestStackLevel.h:12
nkDebug
Encompasses all API of component NilkinsDebug.
Definition: LogManager.h:7